body {
    font-family: Roboto;
}




/************************** Desktop styles ***************************************/

@media (min-width: 1024px) {

  html {
    background-color: #fff;
    scroll-behavior: smooth;
    scrollbar-color: #AEAEAE #F4F5F7;
    padding: 0;
    margin: 0;
  }

  body {
    padding: 0;
    margin: 0;
  }

    .container {
        width: auto;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

/*styling for navigation*/


    .index-nav {
        width: auto;
        height: 64px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-left: 100px;
        padding-right: 100px;
        margin: 0;
        background-color: #000;
        color: #fff;
    }

    .logo a {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.75px;
      text-decoration: none;
      color: #fff;
    }

    .navigation {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 32px;
      align-items: center;
      justify-content: center;
    }

    .index-nav button {
      height: 40px;
      width: auto;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 0.75px;
      text-decoration: underline;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0;
      color: #fff;
      background-color: #0044FF;
      box-shadow: none;
      border-width: 0;
      border-radius: 4px;
      cursor: pointer;
      text-decoration: none;
    }

    .index-nav button a {
      color: #000;
      text-decoration: none;
    }

    .navi-item button{
      background-color: #000;
      color: #fff;
      padding: 0;
      margin-left: 12px;
      margin-right: 12px;
    }

    .nav-dropdown {
      display: flex;
      flex-direction: column;
    }

    .navi-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .navi-item p {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.75px;
    }
    
    .navi-item a {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.75px;
      text-decoration: none;
      color: #fff;
    }

    .menu-popup-1, .menu-popup-2 {
      z-index: 1;
      position: absolute;
      top: 80px;
      width: 120px;
      height: auto;
      padding: 32px;
      border: 0.05px solid #0004;
      border-radius: 16px;
      background-color: #fff;
      color: #000;
    }

    #menu1 {
      display: none;
      flex-direction: column;
      gap: 16px;
    }

    #menu2 {
      display: none;
      flex-direction: column;
      gap: 16px;
    }

    .menu-popup-1 p {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.75px;
    }

    .menu-popup-1 a {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.75px;
      text-decoration: none;
      color: #000;
    }

    .menu-popup-2 p {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.75px;
    }

    .menu-popup-2 a {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.75px;
      text-decoration: none;
      color: #000;
    }

    .header-mobile {
      display: none;
    }

    .nav-mobile {
      display: none;
    }

    .apps {
      display: none;
    }



    

    /* styling for nav menu ends here*/



    /* styling for index-hero */

    .index-hero {
      width: auto;
      height: 720px;
      padding-left: 100px;
      padding-right: 100px;
      padding-top: 0px;
      padding-bottom: 128px;
      display: flex;
      flex-direction: column;
      gap: 64px;
      align-items: center;
      justify-content: center;
      background-color: #000;
      color: #fff;
    }


    .index-hero h1 {
      font-size: 56px;
      font-weight: 800;
      letter-spacing: 0.75px;
      line-height: 57.6px;
      margin-top: 0;
      margin-bottom: 0px;
      padding: 0;
      text-align: center;
    }


    .index-hero h3 {
      font-style: normal;
      font-size: 36px;
      font-weight: 800;
      letter-spacing: 0.75px;
      line-height: 57.6px;
      margin-top: 0;
      margin-bottom: 0px;
      padding: 0;
      text-align: center;
    }

    .index-hero p {
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.75px;
      line-height: 25.6px;
      text-align: center;
    }

    .hero-image {
      width: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .hero-image img {
      width: 90%;
    }


    .call-to-action {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 24px;
    }

    .call-to-action button {
      box-shadow: none;
      height: 48px;
      padding-left: 20px;
      padding-right: 20px;
      cursor: pointer;
    }

    #cta {
      color: #fafbfc;
      background-color: #215cff;
      border-width: 0;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.75px;
      line-height: 25.6px;
    }

    #tut {
      color: #000;
      background-color: #fcfcfc;
      border: 0.5px solid rgba(0, 0, 0, 0.4);
      border-radius: 4px;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.75px;
      line-height: 25.6px;
      display: flex;
      flex-direction: row;
      gap: 8px;
      align-items: center;
    }


    /*styling for layout-1*/

    .layout-1 {
      width: auto;
      height: auto;
      padding-top: 128px;
      padding-bottom: 128px;
      padding-left: 100px;
      padding-right: 100px;
      display: flex;
      flex-direction: column;
      background-color: #F4F5F7;
    }

    .layout-1 h3 {
      font-size: 35.84px;
      font-weight: 800;
      letter-spacing: 0.75px;
      line-height: 50.176px;
      margin-top: 0;
      margin-bottom: 96px;
      padding: 0;
    }

    .layout-1-txt {
      display: grid;
      grid-template-columns: 50% 50%;
      margin-top: 0;
      margin-bottom: 128px;
    }

    .layout-1-section-1 {
      padding: 0 0px 48px 0px;
    }

    .layout-1-section-2 {
      padding: 0 0px 48px 0px;
    }

    .layout-1 img {
      margin-top: 96px;
    }

    .layout-1-txt h5 {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.75px;
      line-height: 25.6px;
      margin-top: 0;
      margin-bottom: 24px;
      padding: 0;
    }

    .layout-1-txt h6 {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.75px;
      line-height: 25.6px;
      margin-top: 0;
      margin-bottom: 24px;
      padding: 0;
    }

    .layout-1-txt p {
      max-width: 500px;
      font-size: 13.5px;
      font-weight: 400;
      letter-spacing: 0.75px;
      line-height: 25.6px;
      text-wrap: wrap;
      margin: 0;
      padding: 0;
      color: rgba(0, 0, 0, 1);
    }

    /*styling for layout-2*/

    .layout-2 {
      width: auto;
      height: auto;
      padding-top: 128px;
      padding-bottom: 128px;
      margin-left: 100px;
      margin-right: 100px;
      display: flex;
      flex-direction: column;
    }

    .layout-2 h3 {
      font-size: 35.84px;
      font-weight: 800;
      letter-spacing: 0.75px;
      line-height: 50.176px;
      margin-top: 0;
      margin-bottom: 96px;
      padding: 0;
    }

    .layout-2 p {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.75px;
      line-height: 25.6px;
      margin-top: 0;
      margin-bottom: 48px;
      padding: 0;
    }

    .layout-2-grid {
      display: grid;
      grid-template-columns: 50% 50%;
      gap: 80px;
    }

    .layout-2-col {
      display: flex;
      flex-direction: column;
      gap: 0px;
    }

    .layout-2-col h4 {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.75px;
      line-height: 25.6px;
      text-wrap: wrap;
      margin-top: 0;
      margin-bottom: 32px;
      padding: 0;
    }

    .layout-2-col p {
      max-width: 480px;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.75px;
      line-height: 25.6px;
      text-wrap: wrap;
      margin-top: 0;
      margin-bottom: 72px;
      padding: 0;
    }



    /*styling for users*/

    .users {
      width: auto;
      height: auto;
      padding-top: 128px;
      padding-bottom: 128px;
      margin-left: 100px;
      margin-right: 100px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .users h3 {
      font-size: 35.84px;
      font-weight: 800;
      letter-spacing: 0.75px;
      line-height: 50.176px;
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
    }

    .users h4 {
      font-size: 28px;
      font-weight: 500;
      letter-spacing: 0.75px;
      line-height: 44.8px;
      text-wrap: wrap;
      margin-top: 0;
      margin-bottom: 32px;
      padding: 0;
    }

    .users-images {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 64px;
    }

    .users-images img {
      width: 100%;
    }

    .users-text {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
    }

    .users-text p {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.75px;
      line-height: 25.6px;
      text-wrap: wrap;
      margin-right: 64px;
      padding: 0;
    }

    
    /*styling for call-to-action-bottom*/


    .call-to-action-bottom {
      width: auto;
      height: auto;
      padding-top: 128px;
      padding-bottom: 128px;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 00px;
      margin-right: 00px;
    }

    .cta-container {
      border-radius: 4px;
      background-color: #0046FF;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 96px;
      margin: 0;
    }

    .cta-container h3 {
      font-size: 28.672px;
      font-weight: 500;
      letter-spacing: 0.75px;
      line-height: 45.88px;
      margin-top: 0;
      margin-bottom: 48px;
      padding: 0;
      color: #fff;
    }

    .cta-container p {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.75px;
      line-height: 25.6px;
      text-wrap: wrap;
      margin-top: 0;
      margin-bottom: 48px;
      padding: 0;
      color: #fff;
    }

    .cta-container button {
      box-shadow: none;
      height: 48px;
      width: fit-content;
      width: -moz-fit-content;
      padding-left: 20px;
      padding-right: 20px;
      cursor: pointer;
      color: #020008;
      background-color: #fff;
      border-width: 0;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.75px;
      line-height: 25.6px;
    }

    .cta-container a {
      text-decoration: none;
      color: #020008;
    }
    
    /*styling for footer*/
    
    .footer {
        width: auto;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 128px;
        padding-bottom: 96px;
        padding-left: 100px;
        padding-right: 100px;
        background-color: #fff;
        display: flex;
        gap: 116px;
        align-items: flex-start;
        justify-content: flex-start;
        
    }
    
    .footer-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.75px;
    }

    .footer-category a {
      text-decoration: none;
      color: #000;
    }

    .footer-title {
      color: #000;
    }
    
    .footer-links a {
      color: #000;
      text-decoration: none;
    }

    .f-links {
        margin-top: 24px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.75px;
        color: #000;
    }

    .footer-end {
      padding-top: 100px;
      padding-bottom: 25px;
      padding-left: 100px;
      padding-right: 100px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
    }

    .socials {
      display: flex;
      flex-direction: row;
      gap: 10px;
      margin: 0;
      padding: 0;
    }

    .socials a {
      text-decoration: none;
      color: #000;
    }

    .legal {
      display: flex;
      flex-direction: row;
      gap: 10px;
      align-items: center;
    }

    .legal a {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.75px;
      color: #000;
    }

    .cname {
      display: flex;
      flex-direction: row;
      gap: 10px;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.5px;
    }



    /* styling for contact-form */


.contact-form {
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translate(-50%, 0px);
  width: auto;
  height: auto;
  padding: 32px 32px 32px 32px;
  background-color: #fff;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 16px;
  border: 0.05px solid #0004;
}

.close-popup {
  border: none;
  font-size: 38px;
  margin-bottom: 24px;
  background-color: #fff;
  font-weight: 100;
  cursor: pointer;
}

.close-popup span{
  display: inline-block;
  background-color: #fff;
  font-weight: 100;
  transform: rotate(45deg);
}

.form-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0; 
  margin: 0;
}

.contact-text h3 {
  font-size: 15px;
  align-self: left;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  letter-spacing: 0.75px;
  line-height: 19.6px;
  font-weight: 500;
}

.contact-text p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 19.6px;
}

.form-container form {
  width: auto;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 24px;
}

.form-container {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
  padding: 0px;
}

.input-box {
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  width: 200px;
}

.form-container .input-box label {
  font-size: 12px;
  letter-spacing: 0.75px;
  line-height: 25.2px;
  font-weight: 400;
  align-self: left;
  margin-bottom: 16px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.form-container .input-box p {
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  letter-spacing: 0.75px;
  line-height: 19.6px;
  font-weight: 300;
} 

.form-container .input-box input {
  width: auto;
  height: 40px;
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 16px;
  letter-spacing: 0.75px;
  line-height: 22.4px;
  font-weight: 300;
  border: 0.05px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #fff;
}

::placeholder {
  opacity: 1;
}

.form-container .input-box select {
  width: auto;
  height: 40px;
  font-size: 12px;
  align-self: left;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 0px 0px 16px;
  cursor: pointer;
  letter-spacing: 0.75px;
  line-height: 22.4px;
  font-weight: 200;
  border: 0.05px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #fff;
}



.form-container .message-input-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  width: 200px;
}

.form-container .message-input-box label {
  font-size: 12px;
  align-self: left;
  margin-bottom: 24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  letter-spacing: 0.75px;
  line-height: 25.2px;
  font-weight: 400;
}

.form-container .message-input-box textarea {
  max-width: 200px;
  height: 60px;
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 16px;
  padding-right: 0;
  padding-top: 17px;
  letter-spacing: 0.75px;
  line-height: 22.4px;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  border: 0.05px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #fff;
}


.terms {
  display: flex;
  flex-direction: row;
  gap: 12px;
  font-size: 0.8em;
  color: #000;
}

.terms a {
  font-size: 0.8em;
  color: #000;
}



.submit {
  height: 40px;
  width: auto;
  background-color: #000;
  color: #ffffff;
  margin-top: 48px;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  letter-spacing: 0.75px;
  line-height: 19.6px;
  font-weight: 300;
  border-radius: 4px;
}

.submit:hover {
  height: 40px;
  width: auto;
  background-color: #404040;
  color: #ffffff;
  margin-top: 48px;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  letter-spacing: 0.75px;
  line-height: 19.6px;
  font-weight: 300;
  opacity: 100%;
}



/******************* styling for about page ***************************/

/* styling for layout-3 */

.layout-3 {
  width: auto;
  height: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
}

.layout-3 h3 {
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 0.75px;
  line-height: 89.6px;
  margin-top: 0;
  margin-bottom: 128px;
  padding: 0;
}

.layout-3 p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  margin-top: 0;
  margin-bottom: 128px;
  padding: 0;
}

.layout-3-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 80px;
}

.layout-3-col {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.layout-3-col h4 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 44.8px;
  text-wrap: wrap;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 0;
}

.layout-3-col p {
  max-width: 480px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  text-wrap: wrap;
  margin-top: 0;
  margin-bottom: 72px;
  padding: 0;
}

/*styling for layout-4*/

.layout-4 {
  width: auto;
  height: auto;
  padding-top: 128px;
  padding-bottom: 128px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
}

.layout-4 h3 {
  font-size: 35.84px;
  font-weight: 800;
  letter-spacing: 0.75px;
  line-height: 50.176px;
  margin-top: 0;
  margin-bottom: 96px;
  padding: 0;
}

.layout-4 p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  margin-top: 0;
  margin-bottom: 48px;
  padding: 0;
}

.layout-4-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 80px;
}

.layout-4-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.layout-4-col h4 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  text-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 0;
}

.layout-4-col p {
  width: 600px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  text-wrap: wrap;
  margin-top: 0;
  margin-bottom: 72px;
  padding: 0;
}

.layout-4 img {
  width: 200px;
  height: auto;
}


/************* styling for terms & conditions begins here *************/

.content-container {
  padding-left: 100px;
  padding-right: 100px;
}

.terms-title {
  margin-top:256px; 
  margin-bottom:32px;
}

.para {
  font-size: 13px; 
  letter-spacing: 1.25px; 
  line-height: 22.4px;
}

.pointers {
  margin-top:72px; 
  margin-bottom:32px;
}


/********** stylig for blog *************/

.blog-hero {
  background-color: #BFE545;
  width: 100%;
  margin: 0;
  padding: 0;
}

.blog-hero button {
  background-color: #BFE545;
}

.updates h2 {
  margin-top: 72px;
  margin-bottom: 0;
}

.items {
  margin-top: 48px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 32px;
}

.items a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: row;
}

.update h6 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.update a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.75px;
}

.blogs {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.blogs h4 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.blogs a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.75px;
}

/********** styling for blog articles ************/

.layout-5 {
  width: auto;
  height: auto;
  padding-top: 128px;
  padding-bottom: 128px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
}

.layout-5 p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 0;
}

.layout-5 li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  text-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 0;
}

/********* styling for careers ********/

/* styling for hiring */

.hiring {
  width: auto;
  height: auto;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 128px;
  padding-bottom: 128px; 
}

.hiring h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.75px;
  text-align: center;
  opacity: 0.75;
}

/* styling for layout-7 */
 
.layout-7 {
  width: auto;
  height: auto;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 128px;
  padding-bottom: 128px; 
}

.layout-7 h3 {
  font-size: 28.67px;
  font-weight: 800;
  letter-spacing: 0.75px;
  line-height: 40.14px;
  margin-top: 0;
  margin-bottom: 96px;
  padding: 0;
  text-align: center;
}

.layout-7 .tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.layout-7 button {
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0.5px solid #000;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
}

.layout-7 a {
  text-decoration: none;
  color: #000;
}

/* styling for engineering */

.engineering {
  width: auto;
  height: auto;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 128px;
  padding-bottom: 128px;
}

.engineering h3 {
  font-size: 28.67px;
  font-weight: 800;
  letter-spacing: 0.75px;
  line-height: 40.14px;
  margin-top: 0;
  margin-bottom: 96px;
  padding: 0;
}

.engineering p {
  max-width: 500px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  text-wrap: wrap;
  margin: 0;
  padding-top: 0;
  padding-bottom: 32px;
  color: rgba(0, 0, 0, 1);
}

.engineering a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  color: #0065ff;
  text-decoration: underline;
}


/************ styling for UI/UX design ***********/

/* styling for illustration */

.uianime {
  width: auto;
  height: auto;
  padding: 0;
  margin-left: 100px;
  margin-right: 100px;

}

.illuscontain {
  width: auto;
  padding-bottom: 100px;
  margin-bottom: 128px;
}

.illuscontainmobile {
  display: none;
}

/*background-size:8px 8px;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 7px, #f997fc8e 7px, #f997fc8e 8px), 
    repeating-linear-gradient(-90deg, transparent, transparent 7px, #f997fc8e 7px, #f997fc8e 8px); 
  */

.laygrid {
  margin: 0;
  padding: 0;
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.laycol {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#f997fc8e, #f997fc00);
  border: none;
}

.dashboard {
  position: relative;
  top: -100%;
  left: 0;
  transform: translate(0px, 100%);
  width: auto;
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: row;
  gap: 0;
  color: #000;
  background-color: #fff;
  opacity: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.dashboard p {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.75px;
  color: #000;
}

.mobiletopnav {
  display: none;
}

.sidenav {
  width: (160-32)px;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 16px;
  padding-right: 16px;
  color: #000;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.head {
  margin-top: 24px;
  margin-bottom: 0px;
}

.head h1 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.75px;
}


.options {
  margin-top: 64px;
  margin-bottom: 64px;
}



.option {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  margin-left: 8px;
}

.options p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.panel {
  background-color: #fafafa;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.topheader {
  width: auto;
  background-color: #fff;
  height: 56px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0px;
  padding-right: 32px;
}

.topheader-menu {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.dashboard-content {
  width: auto;
  height: auto;
  padding: 32px 32px;
}

.dashboard-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  margin-bottom: 64px;
}

.dashboard-title {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}

.dashboard-title p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.timeline-selector {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 120px;
  background-color: #fff;
  color: #000;
  border-radius: 2px;
}

.timeline-selector p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.75px;
}

.kpis {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}

.kpi {
  background-color: #fff;
  width: 120px;
  height: 97px;
  padding: 16px;
  border-radius: 4px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kpi-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.kpi p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.75px;
  margin: 0;
  padding: 0;
}

.stats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.stats p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
  text-align: center;
  align-self: center;
  align-content: center;
}

.change {
  width: 44px;
  height: 24px;
  border-radius: 2px;
  background-color: #E5FFEC;
  display: flex;
  align-items: center;
  justify-content: center;
}

.change p {
  font-size: 10px;
  letter-spacing: 0.75px;
  color: #2E7F42;
}

.change2 {
  width: 44px;
  height: 24px;
  border-radius: 2px;
  background-color: #FFE5E5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.change2 p {
  font-size: 10px;
  letter-spacing: 0.75px;
  color: #BB3C3C;
}

.alert {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
}

.alert p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

table {
  width: 100%;
}

th {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 48px;
}

/* Column-specific widths and paddings */
td:nth-child(1), th:nth-child(1) {
  width: 10%;
}

td:nth-child(2), th:nth-child(2) {
  width: 20%;
}

td:nth-child(3), th:nth-child(3) {
  width: 10%;
}

td:nth-child(4), th:nth-child(4) {
  width: 8%;
}

td:nth-child(5), th:nth-child(5) {
  width: 15%;
}

td:nth-child(6), th:nth-child(6) {
  width: 10%;
}

td:nth-child(7), th:nth-child(7) {
  width: 13%;
}

td:nth-child(8), th:nth-child(8) {
  width: 13%;
}

td {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 32px;
}

.fdelivered {
  border-radius: 4px;
  background-color: #0044FF;
  border-width: 0;
  margin-left: 10px;
  margin-right: 10px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paid {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.paid p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.pindicator {
  background-color: #0044FF;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}






/* styling for layout-8 */

.layout-8 {
  width: auto;
  height: auto;
  padding-top: 128px;
  padding-bottom: 128px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-8 h3 {
  font-size: 35.84px;
  font-weight: 800;
  letter-spacing: 0.75px;
  line-height: 50.176px;
  margin-top: 0;
  margin-bottom: 128px;
  padding: 0;
}

.product-list {
  width: 80%;
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  gap: 64px;
}

.product h6 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0;  
  opacity: 0.5px;
}

.audience {
  padding: 0;
  margin-bottom: 48px;
  margin-top: 0;
}

/* styling for layout-9 */

.layout-9 {
  background-color: #000;
  color: #fff;
  padding-top: 128px;
  padding-bottom: 128px;
  padding-left: 100px;
  padding-right: 100px;
  margin: 0;
}

.layout-9 h3 {
  font-size: 35.84px;
  font-weight: 800;
  letter-spacing: 0.75px;
  line-height: 50.176px;
  margin-top: 0;
  margin-bottom: 48px;
  padding: 0;
}

.layout-9 p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  margin-top: 0;
  margin-bottom: 72px;
  padding: 0;  
}

.industry {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 32px;
  align-items: baseline;
  justify-content: flex-start;
  border-bottom: 0.5px solid rgb(255, 255, 255, 0.2);
  margin-bottom: 48px;
  margin-top: 24px;
}

.industry h6 {
  font-size: 22.94px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 32.11px;
  margin-top: 0;
  margin-bottom: 48px;
  padding: 0;  
}

.industry p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0;  
  opacity: 0.5;
}

/* styling for layout-10 */

.layout-10 {
  width: auto;
  height: auto;
  padding-top: 128px;
  padding-bottom: 128px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
}

.layout-10 h3 {
  font-size: 35.84px;
  font-weight: 800;
  letter-spacing: 0.75px;
  line-height: 50.176px;
  margin-top: 0;
  margin-bottom: 96px;
  padding: 0;
}

.layout-10-txt {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 40px;
}

.layout-10-txt h6 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0;
}

.layout-10-txt p {
  max-width: 500px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  text-wrap: wrap;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 1);
}

/* styling for layout-11 */

.layout-11 {
  width: auto;
  height: auto;
  padding-top: 128px;
  padding-bottom: 64px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
}

.layout-11 h3 {
  font-size: 35.84px;
  font-weight: 800;
  letter-spacing: 0.75px;
  line-height: 50.176px;
  margin-top: 0;
  margin-bottom: 48px;
  padding: 0;
}

.layout-11 p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  text-wrap: wrap;
  margin-top: 0;
  margin-bottom: 48px;
  padding: 0;
  color: rgba(0, 0, 0, 1);
}

.layout-11 ol {
  margin: 0;
  padding-left: 20px;
  padding-right: 0;
}

.layout-11 li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  text-wrap: wrap;
  margin-top: 0;
  margin-bottom: 12px;
  padding: 0;
  color: rgba(0, 0, 0, 1);
}

.layout-11 figure {
  margin: 0;
  padding: 0;
}

.layout-11 img {
  width: 100%;
  height: auto;
}


/*********** graphical styling **********/

.hero-head {
  color: #010017;
}

.hero-sb{
  color: #010017;
}

/* styling for layout-13 illustration */


.layout-13 {
  width: auto;
  height: auto;
  padding-top: 128px;
  padding-bottom: 128px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.pr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 24px;
}



.pr h6 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 25.6px;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 0;  
  opacity: 0.5px;
}


/* styling for hero-section */

.hero-section {
  width: auto;
  height: auto;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 128px;
  padding-bottom: 128px;
  margin: 0;
  display: flex;
  place-items: center;
  background-color: #000;
  color: #fff;
}

.hero-section h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 32px;
  color: #fff;
  font-size: 56px;
  line-height: 78.4px;
  font-weight: 800;
  letter-spacing: 0.75px;
}

.hero-section p {
  text-align: left;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.75px;
  line-height: 25.6px;
}

.background {
  display: flex;
  align-items: center;
  justify-content: center;
}

.element1 {
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
}

.element2 {
  position: relative;
  top: 300px;
  left: -75px;
  width: 25%;
}

.element3 {
  position: relative;
  top: -125px;
  left: 80px;
}

.element4 {
  position: relative;
  top: 30px;
  left: 400px;
}

.element5 {
  position: relative;
  top: -50px;
  left: 425px;
}

.element6 {
  position: relative;
  top: 120px;
  left: 350px;
}

.products {
  background-color: #000;
  width: auto;
  height: auto;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 128px;
  padding-bottom: 128px;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 32px;
  overflow-x: scroll;
}

.product-card {
  aspect-ratio: 2/3;
  min-width: 268px;
  background-color: #F4F5F7;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 4px;
  overflow: hidden;
}

.product-card p {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-left: 16px;
  margin-right: 16px;
  padding: 0;
}

.product-card h6 {
  font-size: 17.5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 24.5px;
  width: 176px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px;
  margin-bottom: 48px;
  padding: 0;
}

.product-card1 {
  aspect-ratio: 2/3;
  min-width: 268px;
  background-color: #000;
  color:#fff;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.product-card1 p {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 36px;
  margin-bottom: 0;
}

.product-card1 h6 {
  font-size: 17.5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 24.5px;
  width: 176px;
  margin-left: 16px;
  margin-right: 16px;
}

.image1 {
  margin-left: 16px;
  margin-top: 84px;
}

.image2 {
  margin-left: 0px;
  margin-top: 0px;
  border-radius: 16px;
}

.image4 {
  margin-left: 0px;
  margin-top: 16px;
}

.image3, .image5, .image6 {
  margin-left: 16px;
  margin-top: 40px;
}


}
